home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Personal Computer World 2009 February
/
PCWFEB09.iso
/
Software
/
Shareware
/
Beyond Compare 3.0.10
/
BCompareSetup.exe
/
{app}
/
BCompare.exe
/
0
/
RCDATA
/
TSCCPREFSFRAME
/
TSCCPREFSFRAME.txt
Wrap
Text File
|
2008-11-03
|
2KB
|
99 lines
inherited SccPrefsFrame: TSccPrefsFrame
Caption = 'Source Control Integration'
object PathLbl: TUiLabel [0]
Left = 8
Top = 8
Height = 13
Caption = 'Enter &path to add a new association:'
FocusControl = PathEdit
end
object PathBrowseBtn: TUiBrowseSpeedButton [1]
Left = 304
Top = 24
Hint = 'Browse'
BrowseEdit = PathEdit
end
object NoProvidersLbl: TUiLabel [2]
Left = 136
Top = 48
Height = 13
Caption = 'No Providers Detected'
FontColor = clRed
FontStyle = [fsBold]
end
object AssociationsLbl: TUiLabel [3]
Left = 8
Top = 64
Height = 13
Caption = '&Existing associations:'
FocusControl = AssociationsTable
end
object PathEdit: TUiBrowseEdit [4]
Left = 8
Top = 24
Width = 289
Height = 21
TabOrder = 0
OnChange = EnableControlsClick
DirsOnly = True
OnBrowse = PathBrowse
end
object AddBtn: TUiButton [5]
Left = 334
Top = 24
Width = 83
Caption = '&Add...'
TabOrder = 1
OnClick = AddClick
end
object AssociationsTable: TUiListTable [6]
Left = 8
Top = 80
Width = 409
Height = 144
HeaderCols.Items = (
'250'
'159')
HeaderCols.WideStrings = (
'Folder'
'Project')
HeaderHeight = 17
TabOrder = 2
VertLines = True
WantReturns = True
OnAllowDeleteItem = AssociationsTableAllowDeleteItem
OnClick = EnableControlsClick
OnDblClick = ConfigClick
OnDeleteItem = AssociationsTableDeleteItem
OnGetDisplayUtf8Text = AssociationsTableGetDisplayUtf8Text
OnItemsDeleted = SomethingChangedClick
end
object RemoveBtn: TUiButton [7]
Left = 265
Top = 233
Caption = '&Remove...'
TabOrder = 3
OnClick = RemoveClick
AutoSize = asRight
end
object ConfigBtn: TUiButton [8]
Left = 345
Top = 233
Caption = '&Configure...'
TabOrder = 4
OnClick = ConfigClick
AutoSize = asRight
end
object ShowSilentCheckOutEdit: TUiCheckBox [9]
Left = 8
Top = 264
Height = 17
Caption = '&Display silent check out command in menus'
TabOrder = 5
OnClick = ShowSilentCheckOutClick
end
inherited DefaultBtn: TUiButton
TabOrder = 6
end
end